The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "net::server::coro"

Net::Server::Coro - A co-operative multithreaded server using Coro River stage one • 2 direct dependents • 2 total dependents

Net::Server::Coro implements multithreaded server for the Net::Server architecture, using Coro and Coro::Socket to make all reads and writes non-blocking. Additionally, it supports non-blocking SSL negotiation....

ALEXMV/Net-Server-Coro-1.3 - 12 Nov 2012 08:14:39 UTC - Search in distribution

Corona - Coro based PSGI web server River stage one • 2 direct dependents • 6 total dependents

Corona is a Coro based Plack web server. It uses Net::Server::Coro under the hood, which means we have coroutines (threads) for each socket, active connections and a main loop. Because it's Coro based your web application can actually block with I/O ...

MIYAGAWA/Corona-0.1004 - 28 Mar 2010 21:52:08 UTC - Search in distribution

Plack::Server::Coro - Coro cooperative multithread web server River stage zero No dependents

This is a Coro based Plack web server. It uses Net::Server::Coro under the hood, which means we have coroutines (threads) for each socket, active connections and a main loop. Because it's Coro based your web application can actually block with I/O wa...

MIYAGAWA/Plack-Server-Coro-0.02 - 24 Oct 2009 08:28:29 UTC - Search in distribution

Coro::Debug - various functions that help debugging Coro programs River stage two • 54 direct dependents • 70 total dependents

This module is an AnyEvent user, you need to make sure that you use and run a supported event loop. This module provides some debugging facilities. Most will, if not handled carefully, severely compromise the security of your program, so use it only ...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 71 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

VM::EC2 - Perl interface to Amazon EC2, Virtual Private Cloud, Elastic Load Balancing, Autoscaling, and Relational Database services River stage one • 1 direct dependent • 5 total dependents

This is an interface to the 2014-05-01 version of the Amazon AWS API (http://aws.amazon.com/ec2). It was written provide access to the new tag and metadata interface that is not currently supported by Net::Amazon::EC2, as well as to provide developer...

LDS/VM-EC2-1.28 - 23 Oct 2014 20:39:58 UTC - Search in distribution

AnyEvent - the DBI of event loop programming River stage three • 414 direct dependents • 673 total dependents

AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefull...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

GRID::Machine - Remote Procedure Calls over a SSH link River stage one • 1 direct dependent • 1 total dependent

This module is inspired in the IPC::PerlSSH module by Paul Evans. It provides Remote Procedure Calls (RPC) via a SSH connection. What made IPC::PerlSSH appealing to me was that 'no special software is required on the remote end, other than the abilit...

CASIANO/GRID-Machine-0.127 - 14 Jun 2011 09:11:14 UTC - Search in distribution

Net::IMAP::Server - A single-threaded multiplexing IMAP server implementation, using Net::Server::Coro. River stage zero No dependents

This model provides a complete implementation of the "RFC 3501" specification, along with several IMAP4rev1 extensions. It provides separation of the mailbox and message store from the client interaction loop. Note that, following RFC suggestions, lo...

ALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTC - Search in distribution

PSGI::FAQ - Frequently Asked Questions and answers River stage one • 5 direct dependents • 9 total dependents

MIYAGAWA/PSGI-1.102 - 24 Jul 2013 20:13:37 UTC - Search in distribution

MP::Intro River stage one • 2 direct dependents • 2 total dependents

MLEHMANN/AnyEvent-MP-2.02 - 29 Jul 2018 02:24:02 UTC - Search in distribution

Furl::HTTP - Low level interface to Furl River stage three • 83 direct dependents • 100 total dependents

Furl is yet another HTTP client library. LWP is the de facto standard HTTP client for Perl 5, but it is too slow for some critical jobs, and too complex for weekend hacking. Furl resolves these issues. Enjoy it!...

SYOHEX/Furl-3.14 - 13 May 2021 05:30:54 UTC - Search in distribution

POD2::RU::PSGI::FAQ - Часто задаваемые вопросы и ответы River stage zero No dependents

VTI/POD2-RU-PSGI-0.003 - 10 Aug 2014 11:02:27 UTC - Search in distribution

Net::OpenSSH::Parallel - Run SSH jobs in parallel River stage one • 1 direct dependent • 1 total dependent

Run this here, that there, etc. "Net::OpenSSH::Parallel" is an scheduler that can run commands in parallel in a set of hosts through SSH. It tries to find a compromise between being simple to use, efficient and covering a good part of the problem spa...

SALVA/Net-OpenSSH-Parallel-0.14 - 04 Dec 2015 13:57:48 UTC - Search in distribution

AnyEvent::CouchDB - a non-blocking CouchDB client based on jquery.couch.js River stage one • 4 direct dependents • 4 total dependents

AnyEvent::CouchDB is a non-blocking CouchDB client implemented on top of the AnyEvent framework. Using this library will give you the ability to run many CouchDB requests asynchronously, and it was intended to be used within a Coro+AnyEvent environme...

BEPPU/AnyEvent-CouchDB-1.31 - 06 Jun 2013 05:37:36 UTC - Search in distribution

AnyEvent::KVStore::Etcd - An Etcd driver for AnyEvent::KVStore River stage zero No dependents

AnyEvent::KVStore::Etcd is a driver for AnyEvent::KVStore which uses the Etcd distributed key-value store as its backend. We use the Net::Etcd driver for this, though there are some important limitations. The primary documentation for this module is ...

EINHVERFR/AnyEvent-KVStore-Etcd-0.1.0 - 18 Nov 2023 03:34:41 UTC - Search in distribution

Plack::Handler - Connects PSGI applications and Web servers River stage four • 768 direct dependents • 1906 total dependents

Plack::Handler defines an adapter (connector) interface to adapt plackup and Plack::Runner to various PSGI web servers, such as Apache2 for mod_perl and Standalone for HTTP::Server::PSGI. It is an empty class, and as long as they implement the method...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC - Search in distribution

Net::WebSocket::EV - Perl wrapper around Wslay websocket library River stage zero No dependents

Net::WebSocket::EV - websocket module based on Wslay <http://wslay.sourceforge.net/>. This module uses libev for doing IO....

NYAKNYAN/Net-WebSocket-EV-0.11 - 08 Jun 2013 16:06:19 UTC - Search in distribution

Net::SMTP::Bulk - NonBlocking batch SMTP using Net::SMTP interface River stage zero No dependents

KNOWZERO/Net-SMTP-Bulk-0.24 - 08 Aug 2020 20:57:08 UTC - Search in distribution

Acme::CPANModules::Import::MojoliciousAdvent::2018 - Modules mentioned in Mojolicious Advent Calendar 2018 River stage one • 1 direct dependent • 1 total dependent

This module is generated by extracting module names mentioned in <https://mojolicious.io/> (retrieved on 2018-12-30). Visit the URL for the full contents. Modules mentioned in Mojolicious Advent Calendar 2018. This list is generated by extracting mod...

PERLANCAR/Acme-CPANModulesBundle-Import-MojoliciousAdvent-2018-0.001 - 30 Dec 2018 02:55:55 UTC - Search in distribution
23 results (0.114 seconds)